Job Radar. Live notifications. AI processed.
freelancer.com 2026-04-14 π‘
πΉ Automated MP4 Video Downloader
π€ Client: πΊπΈ Lancaster, United States Member since 2022-01-29
π° Price: $28 Average bid
π© Problem: Need to download multiple video links into MP4 format efficiently.
π¦ Existing: Not specified
Specifications:
[Target] Download and convert videos from provided URLs to MP4 format.
[Method] Use Python with yt-dl for reliable video downloading and conversion.
[UI/UX] Minimal-GUI or command-line interface for easy use.
[Stack] Python, yt-dl, ffmpeg
[Security] Basic input validation to prevent malicious URLs.
[Format] Output files saved as MP4 format with original filenames.
Workflow:
Install required dependencies: Python, yt-dl, and ffmpeg.
Write a script that accepts a list of video URLs either via command-line or minimal-GUI interface.
Use yt-dl to download videos from the provided links.
Convert downloaded videos to MP4 format using ffmpeg.
Save each file with its original filename in the local directory.